ListBox.DefaultRowHeight

Determines the height of every row in the ListBox (pixels). To allow REALbasic to determine the height automatically based on the current font size, set DefaultRowHeight to -1.

Syntax

DefaultRowHeight as Integer

Notes